home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 1.6 KB | 48 lines | [TEXT/GEOL] |
- Item 8412032 29-Dec-90 05:49PST
-
- From: KRIPALU Kripalu Ctr, Michael A Latta,PRT
-
- To: D5560 Brown, Roger,AST
-
- cc: MACAPP.TECH$ MacApp Technical
-
- Item forwarded by NEIL.RHODES to CALLIOPE
-
- Item forwarded by FRED.FORSMAN to SUMIT
- RUSS.DANIELS
-
- ------------------------------------------------------------------------------
-
- Sub: Re: SADE problems
-
- Roger:
-
- I have had good results from SADE when I give it lost of memory and do not
- have other applications running under multifinder. My procedure is like yours
- but does not require a reboot if I do not run MPW at the same time as SADE. I
- do not have the memory for both anyway. I have had to give SADE 4MB to prevent
- crashes. I use the following commands before the Go Til command:
-
- directory "HD:GS Working:.NoDebug Sym MacII+:"
- target "GS"
- sourcepath "HD:GS Working:", "HD:MPW Folder:MacApp:Libraries:"
- open source "::MGS.p"
-
- Then I execute the following when it gets to the break:
-
- execute concat(SADEDir,'SADEScripts:StepMethod.init')
- setupStepMethod
-
- I do not know how much of this is covered in your startup method. I was not
- aware that SADE uses the • method of naming startup files.
-
- I do admit I use writeln far more than SADE becuase of the memory requirements
- and the apparant need to run it stand-alone. When it does work I am pleased
- with its support.
-
- Let me know if this helps of if I can do anything else to help.
-
- Mike
- KRIPALU
-
-